golang.org/x/tools/internal/gcimporter.iexporter.trace (method)

5 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L608: func (p *iexporter) trace(format string, args ...any) {
		iexport.go#L701: 		p.trace("exporting decl %v (%T)", obj, obj)
		iexport.go#L705: 			p.trace("=> %s", obj)
		iexport.go#L997: 		w.p.trace("exporting type %s (%T)", t, t)
		iexport.go#L1001: 			w.p.trace("=> %s", t)